home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / Ad2c / README < prev   
Text File  |  1995-06-18  |  2KB  |  75 lines

  1.  
  2.         README for AD2C - convert resource files to C decls
  3.  
  4.          George Ferguson, ferguson@cs.rochester.edu
  5.  
  6.                  12 Nov 1990
  7.             Updated 19 Apr 1993
  8.  
  9. DESCRIPTION:
  10.  
  11.      Ad2c is a program which converts X resource files into C
  12.      declarations appropriate for inclusion as fallback resources.
  13.      The program is a sed script which is effectively a finite state
  14.      machine, escaping quotes and backslashes (and newlines where
  15.      necessary), and adding quotes and commas as needed for array
  16.      initialization.
  17.  
  18. DISCLAIMER:
  19.  
  20.      This software is provided as is with no warranty expressed or implied.
  21.      I hope you find it useful, but I won't be held responsable for
  22.      any damage that may occur from reading, compiling, installing or
  23.      using it.
  24.  
  25.      You are free to use any part of this code for other purposes. It
  26.      would be nice if you could keep my name on some part of whatever the
  27.      final product is.
  28.  
  29. INSTALLATION:
  30.  
  31.      1. Edit the Imakefile to change the installation directories if
  32.     desired.
  33.  
  34.      2. Execute "xmkmf" to make the Makefile.
  35.  
  36.      3. Execute "make install" to install ad2c, and/or "make install.man"
  37.     to install the man page. Making ad2c itself is unnecessary.
  38.  
  39. HISTORY:
  40.  
  41.      12 Nov 1990
  42.     - Written and released to alt.sources.
  43.  
  44.      19 Mar 1991
  45.     From: ferguson@cs.rochester.edu
  46.         - Made it "self-contained" (ie. eliminated ad2c.sed)
  47.         - Added Imakefile
  48.     From: jerbil@ultra.com (Joseph Beckenbach)
  49.         - Wrote man page.
  50.  
  51.      22 Jul 1991
  52.     From: ferguson@cs.rochester.edu
  53.         - Added USAGE section to man page and converted it to
  54.           use italic rather than bold font.
  55.  
  56.      Version 1.4: 6 Jan 1992
  57.     From: tim@cs.wisc.edu (Tim Theisen)
  58.         - Fixed example in man page.
  59.     From: mycroft@gnu.ai.mit.edu (Charles Hannum)
  60.         - Changes to work with Gnu and IBM sed, instead of relying
  61.           or quirky SunOS "-n" behaviour.
  62.  
  63.      Version 1.5: 7 Jan 1992
  64.     From: matthew@sunpix.East.Sun.COM (Matthew Stier)
  65.         - Escape quotes after escaping backslashes.
  66.  
  67.      Version 1.6: 8 Jul 1992
  68.     From: davidw@vista.atmos.uiuc.edu (David Wojtowicz)
  69.         - Semicolon after close-paren in example in manpage.
  70.  
  71.      Version 1.7: 19 Apr 1993
  72.     From: ferguson@cs.rochester.edu
  73.         - Remove comments inside sed command, and just put
  74.           them in the text.
  75.